From: Michael Tokarev Date: Tue, 24 Feb 2026 07:19:30 +0000 (+0300) Subject: check for openat2 X-Git-Tag: archive/raspbian/2%4.24.1+dfsg-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=9827e8532ee60b11adbec0a8cff2a7230807ee60;p=samba.git check for openat2 Gbp-Pq: Name check-for-openat2.patch --- diff --git a/lib/replace/wscript b/lib/replace/wscript index c1813897..6d94fb03 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -423,6 +423,7 @@ def configure(conf): conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull') conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memalign posix_memalign') conf.CHECK_FUNCS('fmemopen renameat2') + conf.CHECK_FUNCS('openat2') if conf.CONFIG_SET('HAVE_MEMALIGN'): conf.CHECK_DECLS('memalign', headers='malloc.h')